cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/176 - Dot Target Game/
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Dot Target game</title>
<link rel="stylesheet" href
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Dot Target game</title>
<link rel="stylesheet" href
# Dot Target Game
## Clisk on the Dots That are Moving to Get The Points

## Clisk on the Dots That are Moving to Get The Points

$(document).ready(function() {
let totalPoints = 0;
let points = 0;
$('[class$="-circle"]').on('click', 'span', function(e)
let totalPoints = 0;
let points = 0;
$('[class$="-circle"]').on('click', 'span', function(e)